﻿/*  margin 及 padding的標準化 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	
}
/* 標題font-size 的標準化 */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
/*移險清單的list-style 樣式 */
ol, ul {
	list-style:none;
}
/* 將font-style 及font-weight 標準化成normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal; font-weight:normal;
}
/* 移除 table的外框  */
table {
	border-collapse:collapse; 
	border-spacing:0;
}

/*移除 fieldset 和 img 的border */
fieldset, img {
	border:0;
}

.MainContainer
{
	 margin:0 auto;
	 /*width:80%;*/
	 
	}


body .Title
{
	font-size: 14px;
	color: #666666;
	background: url(image/LoginArea.jpg) no-repeat top center;
}

input
{
	padding-left: 10px;
	border: 1px solid #808080;
}

.button
{
	background-color: #666666;
	color: #FFFFFF;
	font-size: 12px;
	padding-left:0px;
	
}
.button1
{
	border-color: #666666;
	border-width: 1px;
	background-color: #C0C0C0;
	color: #666666;
	font-size: 12px;
	padding-left: 0px;
}
#MainContentDiv
{
	width: 1010px;
}

.TopPic
{
	width: 980px; 
	height: 180px; 
	/*top: 10px; */
	/*position: absolute; */
	left:10px; 
}

.TopMenu
{
	width: 980px; 
	height: 20px; 
	/*top: 170px; */
	/*position: absolute; */
	left:10px; 
}
.TopMenu table
{
	color: #666666; 
	font-size: 12px;
}
.TopMenu a
{
	color: #666666;  
	text-decoration: none;
}

.TopMenu a:hover
{
	color: #3366FF;
}

.LoginArea 
{
	
	left:10px;
	width:150px;
	
}

.LoginArea a
{
	color: #666666;  
	text-decoration: none;
	
}
.LoginArea table
{
	line-height:23px;
	background-color: #FFFFFF;
	width:150px;
}

.LoginArea .CustList th
{
	color: #000000;
}

.LoginArea .CustList td
{
	color: #3366FF;
}


.MiddleContent
{
	float:left; 
	width: 600px;
}
.rightContent
{
	
	float:left; 
	width: 152px;
	margin-left:70px;
	_margin-left:20px;
}

.BannerArea
{
	
	border: thin groove #C0C0C0;
	
	z-index: auto; /*top: 200px; */
	font-size: 11px;
	background-color: Silver;
	color: #808000;
	width:152px;
}
.BannerArea table td img
{
	background-color: #FFFFFF;
	width:150px;
}

.ShopCarArea
{
	border: thin groove #C0C0C0;
	font-size: 12px;
	width:150px;
	background-color: Silver;
	
}
.ShopCar table
{
	border-color: #999999;
	border-width: 1px;
	width:610px;
}
.ShopCar th
{
	background-color: #999999;
	color: #FFFFFF;
}
.ProductSite
{
	
	width: 820px;
	margin-left: 100px;
}
.ProductSite table
{
	border-color: #999999;
	border-width: 1px;
	width:800px;
}
.ProductSite th
{
	background-color: #999999;
	color: #FFFFFF;
}

.ShowPart
{
	
	margin-left:35px;
	/*top:200px; 
	left: 185px;*/
	font-size: 11px;
	background-color: #FFFFFF;
	color: #666666;
	z-index: -1;
	width: 610px;
}
.ShowPart .ProdImg
{
	width:150px;
	height:130px;
}
.ShowPart .colorRed
{
	color: #FF0000;
}


.leftContent
{
	float:left;
	border: thin groove #C0C0C0;
	position: relative;
	z-index: auto; /*top: 200px;*/
	left: 10px;
	font-size: 12px;
	width:150px;
	background-color: Silver;
	color: #808080;
}

.leftContent table
{
	background-color: #FFFFFF;
	width:150px;
	height:18px;
}

.leftContent .AddArea a:hover
{
	color: #3366FF;
	width:150px;
}

.leftContet .AddArea 
{
	 padding-left:10px;
	 width:150px;
}

/*siteInfo
---------------------------------------------*/
#siteInfo{
	font-size:80%;
}
/*siteInfo
---------------------------------------------*/

#siteInfo{
	clear:both;
	text-align:center;
	height:73px;
	padding-top:10px;
}
#siteInfo ul li {
	display:inline;
}

#siteInfo ul li{	
	display:inline;
	padding-right:2px;
	padding-left:2px;
}

#siteInfo ul li a:link {
	text-decoration: underline;	
}
#siteInfo ul li a:visited {
	text-decoration: underline;	
}
#siteInfo ul li a:hover {
	text-decoration: underline;	
} underline;	


#topSite 
{
	height:800px;
}

.fightShop
{
	border: thin solid #F3F3F3;
}
.fightShop .Title
{
	font-family: 微軟正黑體;
	font-size: 25px;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	color: #FF6666;
	background-color: #F3F3F3;
}